home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / commo453.arc / COMMO.MAC < prev    next >
Text File  |  1991-03-28  |  5KB  |  109 lines

  1.                              ┌────────────┐
  2.  PgDn for more macros        │ Macro File │          PgDn for more macros
  3.                              └────────────┘
  4.  
  5.  Move Selector Bar to desired entry, press [Enter].
  6.  Programs indicated to the right of each macro must be in your DOS path.
  7.  
  8.  You may assign keys to run these macros directly!  Put a key-id in place
  9.  of the "---".  Press [Alt-H] and page down to "List of Key Identifiers."
  10.  
  11.  To activate Auto Receive, change the "zzz" to ".z." or the "mmm" to ".m."
  12.  
  13.  Macros used for DOWNLOADING (receiving)                    Program required
  14.  ───────────────────────────────────────────────────────────────────────────
  15.  ZMODEM batch   {zzz} {exec DSZ port %p rz -m %a %w} {} (see note)  DSZ.COM
  16.  YMODEM batch   {---} {exec DSZ port %p rb %a %w} {}    (see note)  DSZ.COM
  17.  YMODEM CRC     {---} {exec DSZ port %p rc %d\%i %a %w} {}          DSZ.COM
  18.  XMODEM CRC     {---} {exec DSZ port %p rc %d\%i %a %w} {}          DSZ.COM
  19.  MPT (or PUMA)  {mmm} {exec MPT P%p S%s r %d\ %a %w} {}             MPT.EXE
  20.  CIS BPlus      {---} {exec OZBEXT /c%p /f%d /n /x %a %w} {}     OZBEXT.EXE
  21.  ───────────────────────────────────────────────────────────────────────────
  22.  ** Note: registered DSZ users may add "%d" following the "rz -m" and "rb"
  23.           commands to direct downloads to a specific directory.
  24.  
  25.  Macros used for UPLOADING (sending)                        Program required
  26.  ───────────────────────────────────────────────────────────────────────────
  27.  ZMODEM batch   {---} {exec DSZ port %p sz -m %u\%i %a %w} {}       DSZ.COM
  28.  YMODEM batch   {---} {exec DSZ port %p sb -k %u\%i %a %w} {}       DSZ.COM
  29.  YMODEM CRC     {---} {exec DSZ port %p sx -k %u\%i %a %w} {}       DSZ.COM
  30.  XMODEM CRC     {---} {exec DSZ port %p sx %u\%i %a %w} {}          DSZ.COM
  31.  MPT (or PUMA)  {---} {exec MPT P%p S%s s %u\%i %a %w} {}           MPT.EXE
  32.  CIS BPlus      {---} {exec OZBEXT /c%p /f%u /n /x %a %w} {}     OZBEXT.EXE
  33.  ───────────────────────────────────────────────────────────────────────────
  34.  
  35.  
  36.  Alternate Help key, press F1
  37.  ───────────────────────────────────────────────────────────────────────────
  38.  {nf1}  {help} {}      Default Help key is Alt-H
  39.  
  40.  
  41.  Macro to review capture file, press Shift-F8            Program required
  42.  ───────────────────────────────────────────────────────────────────────────
  43.  {sf8}  {exec LIST %c/e} {}  (Scrollback using no RAM)       LIST.COM
  44.  
  45.  
  46.  Simple login macro, press F2
  47.  ───────────────────────────────────────────────────────────────────────────
  48.  {nf2}    {send Fred|~~Brucker|~~~~#|} {}       RBBS, PCBoard, Auntie, etc.
  49.  
  50.  
  51.  Macro to list download directory, press Alt-F10
  52.  ───────────────────────────────────────────────────────────────────────────
  53.  {af0}  {exec dir %d /w %w} {}                  Download directory
  54.  
  55.  
  56.  Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
  57.  ───────────────────────────────────────────────────────────────────────────
  58.  {pcb}  {capture y,c:\commo\pcb.cap} {asci ,}
  59.         {setlook 60,hng}
  60.         {lookfor graphics} {send y|}
  61.         {setlook 60,hng,6,n|}
  62.         {lookfor first name?} {send Fred Brucker|~#|}  ═ your name here
  63.         {lookfor Main Board Command?} {}
  64.  {hng}  {hangup y} {stop}
  65.  
  66.  
  67.  Compuserve login macro
  68.  ───────────────────────────────────────────────────────────────────────────
  69.  {cis}  {setlook 45,hng,2,^c} {send ^c} {capt y,c:\commo\cis.cap} {asci ,:}
  70.         {lookfor User ID:} {send 71021,356|}
  71.         {setl 20,hng} {lookfor Password:} {send #|} {}
  72.  
  73.  
  74.                    ──────────────────────────────
  75.                    Full Screen Editor Key Support
  76.                    ──────────────────────────────
  77.  
  78.  The following keys are used by full screen editors such as Visual Editor in
  79.  ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others.  They may
  80.  be changed to suit your own needs (all keys do not work with all editors --
  81.  capture the editor help info on the BBS).  See Appendix D in COMMO.DOC for
  82.  details on character representation.
  83.  
  84.  Note that the left arrow function (^S) is also the XOFF character. This may
  85.  cause a problem on some systems.  If pressing the left arrow seems to hang
  86.  the remote, press Ctrl-Q and change the "lfa" macro to:
  87.  
  88.         {send ^[[D} {}  or  {send ^@K} {}
  89.  
  90.  Macro                  Key             Function
  91.  ───────────────────────────────────────────────────────────────────────────
  92.  {hom} {send ^W} {}     Home            Start of line
  93.  {end} {send ^P} {}     End             End of line
  94.  {pgu} {send ^R} {}     PgUp            Page up
  95.  {pgd} {send ^C} {}     PgDn            Page down
  96.  
  97.  {upa} {send ^E} {}     Up Arrow        Cursor up
  98.  {dna} {send ^X} {}     Down Arrow      Cursor down
  99.  {lfa} {send ^S} {}     Left Arrow      Cursor left
  100.  {rta} {send ^D} {}     Right Arrow     Cursor right
  101.  
  102.  {cla} {send ^A} {}     ^Left Arrow     Word left
  103.  {cra} {send ^F} {}     ^Right Arrow    Word right
  104.  
  105.  {ins} {send ^V} {}     Insert          Toggle insert mode
  106.  {del} {send ^G} {}     Delete          Delete character
  107.  {cnd} {send ^K} {}     ^End            Delete to end of line
  108.  
  109.